home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FEBE (Firefox Environment Backup Extension) 5.0 / febe-5.0-fx.xpi / chrome / febe.jar / content / febeProfileRestoreMsg.xul < prev    next >
Extensible Markup Language  |  2007-06-01  |  2KB  |  50 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://febe/skin/febe.css" type="text/css"?>
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4.  
  5. <!DOCTYPE window [
  6.     <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd">
  7.     %febeDTD;
  8.     <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd">
  9.     %febeHelpDTD;
  10. ]>
  11.  
  12. <dialog title="&febe.alert.title;"
  13.                 xmlns:html="http://www.w3.org/1999/xhtml"
  14.                 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  15.                 onload="febeSetAlertMsg(); sizeToContent();"
  16.                 buttons="cancel,extra1"
  17.                 buttonlabelcancel="&febe.close;"
  18.                 buttonlabelextra1="&febe.copy2clipboard;"
  19.                 ondialogextra1="febeCopyToClipboard();">
  20.     
  21.     <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  22.     
  23.     <stringbundleset id="stringbundleset"> 
  24.         <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  25.     </stringbundleset>
  26.  
  27.         <groupbox class="box-inset">
  28.             <caption id="febeMsgCaptionID" class="outset" style="-moz-border-radius: 15px; background-color: white">
  29.                 <hbox align="center">
  30.                     <image src="chrome://febe/skin/warning24.png"/>
  31.                     <label value="&febe.alert.title;"/>
  32.                 </hbox>
  33.             </caption>
  34.             <vbox id="febeMsgBox">
  35.                 <description flex="1" style="color: red;font-size: 12pt;font-weight: bold">
  36.                     &febe.profile.text1;<html:br></html:br>
  37.                 </description>
  38.                 <description flex="1" style="color: black;font-size: 10pt;">
  39.                     &febe.profile.text2;
  40.                 </description>
  41.                 <description flex="1" style="color: black;font-size: 10pt;">
  42.                     &febe.profile.text3;
  43.                     <text value="&febe.profile.text4;" class="link" onclick="febeOpenLink('http://www.customsoftwareconsult.com/phpBB2/viewtopic.php?t=593');"/>
  44.                     &febe.profile.text5;
  45.                 </description>
  46.             </vbox>
  47.         </groupbox>
  48. <span id="febeCopy2Clipboard"/>
  49. </dialog>
  50.